type vendor/golang.org/x/net/idna.info
19 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L459: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L461: switch p.simplify(info(v).category()) {
idna10.0.0.go#L474: func (c info) isBidi(s string) bool {
idna10.0.0.go#L497: var combinedInfoBits info
idna10.0.0.go#L509: combinedInfoBits |= info(v)
idna10.0.0.go#L510: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L514: switch p.simplify(info(v).category()) {
idna10.0.0.go#L525: b = info(v).appendMapping(b, s[start:i])
idna10.0.0.go#L650: if c := p.simplify(info(v).category()); c != valid && c != deviation {
idna10.0.0.go#L743: x := info(v)
idna10.0.0.go#L767: x = info(v)
trie13.0.0.go#L13: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |